object PassGenForm: TPassGenForm Left = 321 Top = 174 BorderStyle = bsToolWindow Caption = 'Generate Password' ClientHeight = 103 ClientWidth = 275 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Microsoft Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKButton: TTntButton Left = 118 Top = 78 Width = 75 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TTntButton Left = 197 Top = 78 Width = 75 Height = 23 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object PassBox: TTntGroupBox Left = 0 Top = 0 Width = 275 Height = 73 Align = alTop Caption = 'Password' TabOrder = 0 object DescL: TTntLabel Left = 10 Top = 20 Width = 49 Height = 13 Caption = 'Password:' end object PassEdit: TTntEdit Left = 66 Top = 17 Width = 199 Height = 21 Color = clBtnFace MaxLength = 63 ReadOnly = True TabOrder = 0 end object GenButton: TTntButton Left = 190 Top = 43 Width = 75 Height = 23 Caption = 'Generate' TabOrder = 1 OnClick = GenButtonClick end end end